home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / usr / share / alsa / cards / PC-Speaker.conf < prev    next >
Text File  |  2008-10-07  |  651b  |  53 lines

  1. #
  2. # Configuration for PC-Speaker driver
  3. #
  4.  
  5. <confdir:pcm/front.conf>
  6.  
  7. PC-Speaker.pcm.front.0 {
  8.     @args [ CARD ]
  9.     @args.CARD {
  10.         type string
  11.     }
  12.     type softvol
  13.     slave.pcm {
  14.         type hw
  15.         card $CARD
  16.     }
  17.     control {
  18.         name "Master Playback Volume"
  19.         card $CARD
  20.     }
  21.     min_dB -10.0
  22.     max_dB 20.0
  23. }    
  24.  
  25. # default with dmix & null
  26. PC-Speaker.pcm.default {
  27.     @args [ CARD ]
  28.     @args.CARD {
  29.         type string
  30.     }
  31.     type asym
  32.     playback.pcm {
  33.         type softvol
  34.         control {
  35.             name "Master Playback Volume"
  36.             card $CARD
  37.         }
  38.         min_dB -10.0
  39.         max_dB 20.0
  40.         slave.pcm {
  41.             type plug
  42.             slave.pcm {
  43.                 @func concat
  44.                 strings [ "dmix:" $CARD ]
  45.             }
  46.         }
  47.     }
  48.     capture.pcm {
  49.         type null
  50.     }
  51. }
  52.  
  53.